Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Added computeAddress util fn #116

Merged
merged 12 commits into from
May 5, 2022

Conversation

arimgibson
Copy link
Contributor

Closes #115

@arimgibson arimgibson self-assigned this May 5, 2022
@vercel
Copy link

vercel bot commented May 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
essential-eth ✅ Ready (Inspect) Visit Preview May 5, 2022 at 8:30AM (UTC)

* Init computePublicKey util fn

* ✨ Added computePublicKey util fn

* 📝 Added documenation to computePublicKey

* ⬆ Pre-commit hook package bump, added @noble/secp256k1
@arimgibson arimgibson marked this pull request as ready for review May 5, 2022 08:29
@arimgibson arimgibson merged commit dbc47d1 into feature/recoverPublicKey May 5, 2022
@arimgibson arimgibson deleted the feature/computeAddress branch May 5, 2022 08:29
arimgibson added a commit that referenced this pull request May 5, 2022
* Added hashMessage to exports

* ✨ Added splitSignature util fn

* make gas price less flakey

* ✨ Added `computeAddress` util fn (#116)

* Added initial computeAddress fn, relies on ethers at the moment

* Init computePublicKey util fn

* ✨ Added computePublicKey util fn

* 📝 Added documenation to computePublicKey

* ⬆ Pre-commit hook package bump, added @noble/secp256k1

* ✨ Added `computePublicKey` util fn (#118)

* Init computePublicKey util fn

* ✨ Added computePublicKey util fn

* 📝 Added documenation to computePublicKey

* ⬆ Pre-commit hook package bump, added @noble/secp256k1

* 🧪 Pass computeAddress test

* 📝 Add docs for computeAddress

* 📝 Pre-commit script update readme and chains

* 🧪 Pass tests with recoverPublicKey

* 📝 Pre-commit script readme update

Co-authored-by: daws.eth <dawsonbotsford@gmail.com>
dawsbot added a commit that referenced this pull request May 15, 2022
* ✨ Added `splitSignature` util fn (#112)

* Added hashMessage to exports

* ✨ Added splitSignature util fn

* ✨ Added `recoverPublicKey` util fn (#114)

* Added hashMessage to exports

* ✨ Added splitSignature util fn

* make gas price less flakey

* ✨ Added `computeAddress` util fn (#116)

* Added initial computeAddress fn, relies on ethers at the moment

* Init computePublicKey util fn

* ✨ Added computePublicKey util fn

* 📝 Added documenation to computePublicKey

* ⬆ Pre-commit hook package bump, added @noble/secp256k1

* ✨ Added `computePublicKey` util fn (#118)

* Init computePublicKey util fn

* ✨ Added computePublicKey util fn

* 📝 Added documenation to computePublicKey

* ⬆ Pre-commit hook package bump, added @noble/secp256k1

* 🧪 Pass computeAddress test

* 📝 Add docs for computeAddress

* 📝 Pre-commit script update readme and chains

* 🧪 Pass tests with recoverPublicKey

* 📝 Pre-commit script readme update

Co-authored-by: daws.eth <dawsonbotsford@gmail.com>

* ✨ Added recoverAddress util fn

* 📝 Pre-commit script readme and chain updates

* run pre-commit

* replace bloated iife

* ✨ Added recoverAddress util fn

# Conflicts:
#	src/index.ts

* 📝 Pre-commit script readme and chain updates

# Conflicts:
#	readme.md
#	scripts/markdown-magic/typedoc.out.json

* run pre-commit

* replace bloated iife

* ♻️ Clean up code before merging

* ⬆️ Pre-commit script

* ♻️ Fix leftover console.log

* 🧪 Fix broken test for computeAddress

* 🧪 Add 64 byte test for codecov

* 🧪 Added test designed to throw for codecov

* 🧪 Added test designed to throw on invalid v for codecov

* Latest pre-commit

* Remove recoverAddress from readme

Co-authored-by: daws.eth <dawsonbotsford@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add computeAddress util fn
1 participant